Skip to content

Fix since checker#59940

Open
kesselb wants to merge 3 commits intomasterfrom
bug/noid/fix-since-checker
Open

Fix since checker#59940
kesselb wants to merge 3 commits intomasterfrom
bug/noid/fix-since-checker

Conversation

@kesselb
Copy link
Copy Markdown
Contributor

@kesselb kesselb commented Apr 27, 2026

Summary

The imports were missing, hence the checks not executed.

Ignoring since for private methods.

Checklist

AI (if applicable)

  • The content of this PR was partly or fully generated using AI

@kesselb kesselb self-assigned this Apr 27, 2026
@kesselb kesselb added the bug label Apr 27, 2026
@kesselb kesselb requested review from ArtificialOwl, provokateurin, salmart-dev and sorbaugh and removed request for a team April 27, 2026 16:17
@kesselb kesselb added the 3. to review Waiting for reviews label Apr 27, 2026
abstract class PublicShareController extends Controller {

/**
* @since 33.0.0
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needs adjustment on backport

/**
* Validate the token and password hash stored in session
*
* @since 33.0.0
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needs adjustment on backport

/**
* Store the token and password hash in session
*
* @since 33.0.0
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needs adjustment on backport

}

/**
* @since 34.0.0
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needs adjustment on backport

Comment thread lib/public/AppFramework/Attribute/ASince.php
@nickvergessen
Copy link
Copy Markdown
Member

Error: apps/comments/lib/Activity/Listener.php:32:15: DeprecatedMethod: The method OCP\Comments\CommentsEvent::getEvent has been marked as deprecated (see https://psalm.dev/001)
Error: apps/comments/lib/Listener/CommentsEventListener.php:37:24: DeprecatedMethod: The method OCP\Comments\CommentsEvent::getEvent has been marked as deprecated (see https://psalm.dev/001)
Error: apps/comments/lib/Notification/Listener.php:43:16: DeprecatedMethod: The method OCP\Comments\CommentsEvent::getEvent has been marked as deprecated (see https://psalm.dev/001)
Error: apps/comments/lib/Notification/Listener.php:44:16: DeprecatedMethod: The method OCP\Comments\CommentsEvent::getEvent has been marked as deprecated (see https://psalm.dev/001)

kesselb added 3 commits April 28, 2026 11:17
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
@kesselb kesselb force-pushed the bug/noid/fix-since-checker branch from 6e2ed11 to 25ca85e Compare April 28, 2026 09:17
@nickvergessen nickvergessen added this to the Nextcloud 34 milestone Apr 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants